func internal/strconv.umul64
7 uses
internal/strconv (current package)
ftoadbox.go#L194: func umul64(x, y uint32) uint64 {
ftoadbox.go#L203: xyh := umul64(x, yh)
ftoadbox.go#L204: xyl := umul64(x, yl)
ftoadbox.go#L221: ac := umul64(a, c)
ftoadbox.go#L222: bc := umul64(b, c)
ftoadbox.go#L223: ad := umul64(a, d)
ftoadbox.go#L224: bd := umul64(b, d)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |